home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / sas_unix_lib.lha / unix / include / internal / vars.h < prev   
Encoding:
C/C++ Source or Header  |  1992-08-16  |  235 b   |  12 lines

  1. #ifndef VARS_H
  2. #define VARS_H
  3.  
  4. /* <_us, _startup_time> should be a pretty good unique identifier of
  5.    this process */
  6. extern struct Process *_us;
  7. extern long _stack_size;
  8. extern long _startup_time;
  9. extern int use_amiga_flags;
  10.  
  11. #endif
  12.